localeTranslate
Translations for the text field. The object keys are the two letter language codes (ru, de, it, etc.) and the values are the button label translation for each language. Example: { "en" : "name", "ru" : "имя" }
Type
Object
Type: Object.<string, string>
Example
var config = {
"variations": [
{
"name": "plugin name",
"nameLocale": {
"fr": "french plugin name",
"es": "spanish plugin name"
},
...
}
]
};